The analytics API /raw/incidents/ shows escalation_count
in the response schema: https://developer.pagerduty.com/api-reference/reference/REST/openapiv3.json/paths/~1analytics~1raw~1incidents/post
however the reports UI shows a breakdown of manual_escalation_count
and auto_escalation_count
for each incident which is more useful
It’s useful to have this breakdown as we want to know how many auto escalations there were over a time period. I’d like to report on this automatically rather than inspecting a report in the UI. Is there anywhere else in the API this can be found?